a {
    color: #000;
}

a:link {
    text-decoration: none;
}

a:hover,a:focus {
    color: #E22434;
}

.nav .content {
	margin: 0 auto;
	position: relative;
	padding: 0 !important;
	background-color: #262525;
}
/*头部*/
.header {
	height: 130px;
	padding-top: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.header-lo {
	padding-right: 31px;
}
.header-lo img {
	width: 260px;
}
.header-lt {
	border-left: 1px solid #e8e8e8;
	padding: 2px 0;
	padding-left: 26px;
	margin-top: 8px;
}
.header-lt>h1 {
	font-size: 24px;
	font-weight: bold;
	color: #e22434;
}
.header-lt>span {
	font-size: 17px;
	color: #484848;
	letter-spacing: 5px;
}
.header-r {
	padding-top: 8px;
	padding-left:130px;
	background:url(../images/gaoxin.jpg) left center no-repeat;
}
.header-rt>a {
	color: #666;
	margin-right: 6px;
	vertical-align: middle;
}
.header-rt>em {
	padding-right: 6px;
	color: #cacaca;
	font-size: 12px;
	vertical-align: middle;
}
.header-contact {
	padding-top: 7px;
}
.header-lang {
	width: 48px;
	height: 21px;
	background: url(../images/header-icon1.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.header-service {
	background: url(../images/header-icon2.png) left center no-repeat;
	padding: 5px 0 5px 33px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #e22434;
}
.header-service>span {
	font-size: 26px;
	font-weight: bold;
}
/*导航*/
.nav {
	background-color: #262525;
	width: 100%;
	z-index: 999;
	border-bottom: 2px solid #e22434;
}
.nav-in>li {
	float: left;
	text-align: center;
	position: relative;
	transition: all .5s;
	margin-right: 13px;
}
.nav-in>li>a {
	font-size: 16px;
	color: #d6d6d6;
	display: inline-block;
	padding: 13px 32px;
	margin-right: 13px;
}
.nav-in>li span {
	color: #393838;
}
.nav-in>li:hover>a {
	background-color: #e22434;
	color: #fff;
}
/*.nav-in>li:hover span {color: transparent;}*/
.nav-in>li.current>a {
	background-color: #e22434;
	color: #fff;
}
/*.nav-in>li.current span {color: transparent;}*/
.nav-item {
	position: absolute;
	background-color: #fff;
	width: 230px;
	border-top: 2px solid #e22434;
	display: none;
	z-index: 99;
}
.nav-item>li a {
	padding: 10px 0;
	padding-left: 30px;
	display: block;
	text-align: left;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}
.nav-item>li a:hover {
	background: #e22434;
	color: #FFFFFF;
}
/*底部*/
.footer {
	background: #211f1f url(../images/fbg.jpg) no-repeat center top;
	border-top: 2px #dc150c solid
}
.footer-contact {
	padding: 50px 0 43px;
	position: relative;
}
.footer-litem {
	float: left;
	width: 140px;
}
.footer-litem a:hover {
	color: #fff;
}
.footer-litem li {
	color: #777777;
}
.footer-litem li a {
	color: #b8b8b8;
	font-size: 14px;
}
.footer-litem li.footer-title {
	
	padding-bottom: 20px;
	
}
.footer-litem li.footer-title a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.footer-cr {
	padding-right: 70px;
	border-right: 1px solid #333232;
	margin-right: 50px;
	padding-top: 30px;
	height: 200px
}
.footer-cr>p {
	font-size: 40px;
	font-family: Arial;
	color: #fff;
	margin-bottom: 30px;
	background: url(../images/tel.png) no-repeat left center;
	padding: 5px 0px 5px 40px
}
.footer-cr>span {
	color: #b0adad;
}
.footer-cl {
	border-right: 1px solid #333232;
}
.footer-ewma {
	width: 150px;
}
.footer-ewma>img {
	width: 132px;
	height: 132px;
	margin-bottom: 20px
}
.footer-ewma>p {
	color: #fff;
	font-size: 16px;
}
.footer-cp {
	padding: 20px 0;
	color: #999999
}
.footer-cp p {
	color: #999999;
}
.footer-cp p a {
	color: #999999;
}
.footer-cp p:last-child {
	font-size: 12px;
}
.footer-cp p span {
	margin: 0 18px;
	font-size: 12px;
	color: #3d3d3d;
}
.footer .links {
	font-size: 14px;
	color: #999
}
.footer .links li {
	float: left;
	margin-right: 15px;
}
.footer .links li a {
	color: #999
}
/*banner*/
.index-banner {
	height: 600px;
}
.index-banner li {
	background: url(../images/index-banner1.png) center no-repeat;
	display: inline-block;
	position: relative;
}
.index-banner li a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.index-banner .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: rgb(255, 255, 255);
	transition: all 0.5s;
}
.index-banner .swiper-pagination-bullet-active {
	width: 22px;
	border-radius: 15px;
	background-color: #e22434;
}
.index-banner .swiper-pagination-bullets {
	bottom: 20px;
}
.index-banner .swiper-button-next, .index-banner .swiper-button-prev {
	width: 28px;
	height: 51px;
}
.index-banner .swiper-button-prev {
	background: url(../images/index-banner-left.png) no-repeat;
	left: 8%;
}
.index-banner .swiper-button-next {
	background: url(../images/index-banner-right.png) no-repeat;
	right: 8%;
}
.index-banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
	opacity: 1;
}
.mb-index-banner {
	display: none;
}
.mb-index-banner img {
	width: 100%
}
/*搜索*/
.index2 {
	border-bottom: 1px solid #e0e0e0;
	padding: 17px 0;
	-moz-box-shadow: 0px 5px 7px #f5f5f5;
	-webkit-box-shadow: 0px 5px 7px #f5f5f5;
	box-shadow: 0px 5px 7px #f5f5f5;
	font-size: 14px;
	background-color: #fff
}
.index2-l {
	line-height: 35px;
}
.index2-l>span {
	color: #666666;
	font-weight: bold;
}
.index2-l>a {
	margin-right: 20px;
	color: #999
}
.index2-r {
	width: 305px;
	position: relative;
	height: 40px;
}
.index2-r form {
	height: 40px;
	line-height: 40px;
	width: 100%;
}
input {
	outline: none;
}
.index2-r form input {
	width: calc(100% - 60px);
	border: 1px solid #e4e4e4;
	height: 40px;
	text-indent: 12px;
}
/*.index2-r>input {width: 100%;}*/
.index2-search {
	display: inline-block;
	height: 40px;
	line-height: 36px;
	width: 55px;
	border: #d9d9d9 2px solid;
	font-size: 14px;
	color: #b2b1b1;
	outline: none;
	cursor: pointer;
	background: #f6f6f6;
	background: -webkit-linear-gradient(#f6f6f6, #dedede);
	background: -o-linear-gradient(#f6f6f6, #dedede);
	background: -moz-linear-gradient(#f6f6f6, #dedede);
	background: linear-gradient(#f6f6f6, #dedede);
}
.index2 .wx {
	padding-top: 5px;
	margin-left: 10px
}
/*产品*/
.index2-content {
	/*background: #f5f5f5 url(../images/bg3.jpg) no-repeat center top;*/
	background-size: cover;
	padding: 52px 0 57px;
}
.index2-ctl {
	width: 320px;
	background-color: #262525;
	display: table;
/*	padding-bottom: 52px;*/
}
.index2-ctl-title {
	background-color: #e22434;
	padding: 18px 0 17px 42px;
	position: relative;
}
.index2-ctl-title>h3 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background: url(../images/icon.png) no-repeat left center;
	padding-left: 45px;
	line-height: 35px;
}
.pt-menu {
	width: 100%;
	display: table;
}
.pt-menu ul li {
}
.pt-menu ul li a {
	color: #fff;
	display: block;
	height: 65px;
	line-height: 65px;
	position: relative;
}
.pt-menu ul li .inactive {
	background: url(../images/icon1.png) no-repeat 50px center;
	font-size: 20px;
	padding-left: 90px;
	overflow: hidden;
}
.pt-menu ul li .inactives {
	background: #000 url(../images/icon2.png) no-repeat 50px center;
	font-size: 20px;
	color: #E22434;
	position: relative;
}
.pt-menu ul li .inactive:after{
	content: "";
	width: 4px;
	height: 100%; position: absolute; left: -4px; background: #E22434; transition: all 0.3s;
}
.pt-menu ul li .inactives:after{
	left: 0; transition: all 0.3s;
}
.pt-menu ul li ul {
	display: none;
	background: #403e3e;
	padding: 10px 0;
}
.pt-menu ul li ul li {
	padding-left: 90px;
}
.pt-menu ul li ul li ul {
	display: none;
	color: #fff
}
.pt-menu ul li ul li a {
	height:35px;
	line-height:35px;
	 transition: all 0.5s;
}
.pt-menu ul li ul li.cur a {
	color: #e51c13;
}
.pt-menu ul li ul li .txt {
	padding-right: 30px;
	color: #fff;
	display: table;
}
.pt-menu ul li ul li .txt a {
	display: table;
	color: #fff;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	float: left;
}
.pt-menu ul li ul li .txt span {
	float: left;
	line-height: 35px;
	margin: 0 10px;
}
.index2-ctr {
	padding-left: 40px;
	overflow: hidden;
	padding-bottom: 2px;
}
.pt-crumbs-pre {
	font-size: 24px;
	color: #e22434;
	font-weight: bold;
	display: inline-block;
}
.pt-crumbs-tip {
	padding: 0 20px;
	color: #bdbdbd;
	font-weight: bolder;
}
.pt-crumbs-next {
	font-weight: bold;
	font-size: 24px;
	color: #484848;
}
.pt-more {
	color: #999999;
}
.pt-more>em {
	padding: 0 5px;
}
.index2-pt {
	width: 100%;
	padding-top: 10px;
}
.index2-pt>li {
	width: 31.9%;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 3px solid transparent;
	transition: all 0.5s;
}
.index2-pt>li a {
	display: block;
	background-color: #fff;
	padding: 0px 0px 10px;
}
.index2-pt>li:nth-child(3n) {
	margin-right: 0;
}
.index2-pt-text {
	padding: 10px 35px 0;
	font-size: 16px;
	color: #484848;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-top: 1px dashed #c9c9c9;
	display: inline-block;
	width:90%;
	box-sizing: border-box;
}
/*4大优势*/
.index3 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.index3 .title-box {
	background: url(../images/t1.png) no-repeat center center;
	width: 100%;
	display: table;
	margin-bottom: 30px
}
.index3 .title-box .title {
	font-size: 42px;
	font-weight: bold;
	color: #333;
	line-height: 50px;
}
.index3 .title-box .title span {
	color: #dc150c
}
.index3 .title-box .entitle {
	font-size: 20px;
	color: #2b2b2b;
	background: url(../images/line.png) no-repeat center center;
	line-height: 35px;
}
.index3 .txt-box {
	width: 530px;
	display: table;
}
.index3 .txt-box span {
	width: 60px;
	height: 85px;
	background: #dc150c;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	font-family: Arial;
	line-height: 60px;
}
.index3 .txt-box span:after {
	content: '';
	height: 2px;
	background: #fff;
	position: absolute;
	left: 15px;
	bottom: 20px;
	right: 15px
}
.index3 .txt-box .box {
	width: 100%;
	display: table;
	margin: 35px 0 35px 0
}
.index3 .txt-box .box .txt {
	padding-left: 90px;
}
.index3 .txt-box .box .txt h4 {
	font-weight: bold;
	font-size: 26px;
	border-bottom: 1px #7c7c7c dashed;
	padding-bottom: 15px;
	margin-bottom: 10px
}
.index3 .txt-box .box .txt p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.index3 .txt-box .box .txt p em {
	color: #dc150c;
	font-style: normal;
}
.index3 .pic1 {
	width: 635px
}
/*案例*/
.case {
	width: 100%;
	height: 855px;
	background: url(../images/bg1.jpg) no-repeat center center;
	overflow: hidden;
}
.case .title-box {
	background: url(../images/t2.png) no-repeat center center;
	width: 100%;
	display: table;
	margin-bottom: 30px;
	margin-top: 50px
}
.case .title-box .title {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
}
.case .title-box .entitle {
	font-size: 20px;
	color: #fff;
	background: url(../images/line1.png) no-repeat center center;
	line-height: 35px;
}
.case .case-pc .ban_l_btn {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: 50%;
	background: url(../images/left.png) no-repeat center center;
	overflow: hidden;
	text-indent: -99px
}
.case .case-pc .ban_r_btn {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0;
	top: 50%;
	background: url(../images/right.png) no-repeat center center;
	overflow: hidden;
	text-indent: -99px
}
#featured-area {
	/*	height: 540px;*/
	width: 100%;
	padding-top: 30px;
}
.roundabout-holder {
	width: 1000px;
	height: 540px;
	margin: 0px auto;
}
.roundabout-moveable-item {
	height: 540px;
	width: 700px;
	cursor: pointer;
	padding: 5px;
	background: #fff;
	overflow: hidden;
}
.roundabout-moveable-item h4 {
	margin-top: 22px;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
}
.roundabout-moveable-item p {
	font-size: 15px;
	line-height: 28px;
	color: #777;
	padding: 0 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.roundabout-moveable-item a {
	background-color: #e62a23;
	color: #fff;
	width: 238px;
	padding: 8px 25px;
	border-radius: 50px;
	font-size: 16px;
	margin-top: 40px
}
/*.roundabout-moveable-item.roundabout-in-focus img {height:265px;width:100%; transition: all 0.3s;}*/
.roundabout-moveable-item img {
	width: 100%;
	transition: all 0.3s;
}
.roundabout-in-focus {
	cursor: auto;
}
.roundabout li {
	background-color: #fff;
	padding: 5px
}
.mb-case {
	display: none;
}
/*第四屏*/
.index4 {
	width: 100%;
	height: 660px;
	background-color: #ebebeb
}
.index4 .about {
	width: 898px;
	height: 500px;
	position: absolute;
	background: url(../images/bg2.jpg) no-repeat left center;
	left: 0;
	padding-left: 305px;
	top: 80px;
	z-index: 999;
	overflow: hidden;
}
.index4 .about h2 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 60px;
	color: #333
}
.index4 .about .entitle {
	font-size: 24px;
	color: #c1c1c1;
	font-family: Arial;
	letter-spacing: 5px;
	text-transform: uppercase;
	line-height: 60px;
}
.index4 .about .entitle:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #dc150c;
	width: 100px
}
.index4 .about .txt {
	margin-top: 20px;
	padding-right: 45px;
	font-size: 16px;
	line-height: 33px;
	color: #666
}
.index4 .about .txt p {
	margin-top: 15px
}
.index4 .about .txt p a {
	color: #dc150c
}
.index4 .container {
	width: auto;
}
.index4 .video {
	width: 1187px;
	height: 660px;
	position: absolute;
	right: 0;
	top: 0;
}
.index4 .video .play {
	position: absolute;
	z-index: 999;
	top: 36%;
	width: 100%;
}
.index4 .video .play a {
	display: inline-block;
}
.index4 .video .play img {
	margin-bottom: 20px;
	width: 97px;
	height: 97px
}
.index4 .video .play p {
	color: #fff;
	font-family: Arial;
	letter-spacing: 20px;
	font-size: 11px;
}
.theme-popover-mask {
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	display: none
}
.theme-popover {
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 540px;
	margin: -300px 0 0 -480px;
	display: none;
}
.theme-popover .close {
	color: #000;
	padding: 10px 5px;
	/*	margin: -2px -5px -5px;*/
	border-radius: 100%;
	background: #fff;
	font: bold 14px/14px simsun;
	text-shadow: 0 1px 0 #ddd;
	position: absolute;
	z-index: 999999;
	display: block;
	right: 10px;
	top: 10px;
	font-size: 26px;
}
.theme-popover video {
	width: 100%;
	height: 100%;
}
/*风采*/
/*第五屏*/


.index5-tab-title {
	padding: 70px 0 45px;
}
.index5-tab-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 90px;
	height: 1px;
	width: calc(50% - 300px);
	background-color: #dcdcdc
}
.index5-tab-title:before {
	content: '';
	position: absolute;
	right: 0;
	top: 90px;
	height: 1px;
	width: calc(50% - 300px);
	background-color: #dcdcdc
}
.index5-tab-title>li {
	background-color: #fff;
	padding: 10px 40px;
	margin: 0 5px;
	position: relative;
	cursor: pointer;
	border: 1px #878787 solid;
	font-size: 16px;
}
.index5-tab-title>li:hover, .index5-tab-title>li.current {
	background-color: #e22434;
	color: #fff;
	border: 1px #e22434 solid;
}
.index5-tab-title>li .triangle-down {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid transparent;
}
.index5-tab-title>li.current .triangle-down {
	border-top: 9px solid #e22434;
}
.index5 .swiper-button-prev {
	width: 35px;
	height: 75px;
	background: #999999 url(../images/left1.png) no-repeat center center;
	left: -75px;
	top: 67%
}
.index5 .swiper-button-next {
	width: 35px;
	height: 75px;
	background: #999999 url(../images/right1.png) no-repeat center center;
	right: -75px;
	top: 67%
}
.index5 .pic-wrap {
	position: relative;
	width: 700px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100px;
	margin: auto;
}
.index5 .model {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 9999;
}
.index5 .pic-wrap img {
	width: 100%;
}
.index5-ul>li {
	float: left;
	/* margin-right: 20px; */
	width: 18%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.index5-ul>li img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.index5-ul>li:last-child {
	margin-right: 0;
}
.ad {
	width: 100%;
	padding-top: 30px;
	height: 264px;
	background: #fff url(../images/ad.jpg) no-repeat center bottom;
}
.ad a {
	display: block;
	height: 234px
}
/*第七屏 */
.index7 {
	padding: 60px 0 100px;
	background-color: #fff;
}
.index7-title {
	font-size: 28px;
	color: #231f20;
	font-weight: bold;
	font-family: 'SimHei';
	display: inline-block;
	vertical-align: middle;
}
.index7-cl {
	width: 65%;
}
.index7-cl-title>img {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.index7-cr {
	width: 35%;
	float: right;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index7-title-more {
	padding-top: 10px;
	display: inline-block;
	font-size: 16px;
	color: #888888;
}
.index7-box2 {
	padding-top: 40px;
}
.index7-box2-cl {
	width: 438px;
	height: 312px;
	overflow: hidden;
	position: relative;
}
.index7-banner {
	position: relative;
}
.index7-banner li {
	position: relative;
	background: url(../images/index6-banner1.png) center center no-repeat;
}
.index7-banner li img {
	width: 100%;
}
.index7-banner-p {
	position: absolute;
	bottom: 0px;
	font-size: 16px;
	color: #fff;
	left: 0px;
	z-index: 2;
	background: rgba(0,0,0,0.8);
	width: 100%;
	line-height: 35px;
	text-indent: 15px;
	margin-bottom: 0;
	padding-right: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index7-banner-page {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 0;
}
.index7-banner-page.swiper-pagination-bullets {
	z-index: 3;
	text-align: right;
	padding-right: 15px;
	bottom: 3px;
	height: auto;
	left: auto;
	right: 0;
	width: auto;
}
.index7-banner-page .swiper-pagination-bullet {
	width: 9px !important;
	height: 9px !important;
	transform: none;
	background: rgba(255, 255, 255, 0.4);
	opacity: 0.8;
	left: auto !important;
}
.index7-banner-page .swiper-pagination-bullet-active {
	background: #fff;
}
.index7-cl-list {
	width: 47%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index7-cl-time {
	width: 20%;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index7-cl-list li {
	padding-bottom: 30px;
}
.index7-cl-list li:last-child {
	padding-bottom: 0;
}
.index7-cl-time>p {
	color: #8f8f8f;
	margin-bottom: 15px
}
.index7-cl-time>span {
	font-size: 38px;
	color: #231f20;
}
.index7-cl-lp {
	border-left: 1px dashed #888;
	width: 75%;
	padding-left: 15px;
	margin-left:5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index7-cl-lp a h6 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: auto;
}
.index7-cl-lp a p {
	color: #777;
	font-size: 14px;
}
.index7-cl-lp .text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.index7-crl-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	margin-bottom: auto;
}
.index7-crl-title em {
	color: #da0a24;
	font-style: normal;
}
.index7-cr-list {
	margin-top: 40px;
	height: 308px;
}
.index7-cr-list .swiper-slide {
}
.index7-cr-item {
	color: #666;
	padding-bottom: 18px;
}
.index7-cr-item>span {
	width: 32px;
}
.index7-cr-item>p {
	width: calc(100% - 32px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 60px;
}
.index7-cr-list>li {
	padding-bottom: 28px;
}
.index7-cr-list>li:last-child {
	padding-bottom: 0;
}
.index-banner li img {
	display: none;
}

/*全局样式 end*/


@media (min-width: 1025px) {
/*所有hover写在这里面 兼容sofari的移动端不支持hover*/
	.pt-menu ul li ul li a:hover{ color: #E22434; transition: all 0.5s;}
.index2-pt>li:hover {
	box-shadow: 0 2px 20px #bbb;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	border-bottom: 3px solid #e22434;
	transition: all 0.5s;
}
.index2-pt>li:hover .index2-pt-text {
	color: #e22434;
}
.index5 .swiper-button-prev:hover {
	background: #dc150c url(../images/left1.png) no-repeat center center;
}
.index5 .swiper-button-next:hover {
	background: #dc150c url(../images/right1.png) no-repeat center center;
}
}

@media (min-width: 1300px) {
/*min-width 1300 不要写其它内容*/
.container {
	width: 1300px;
	padding-left: 0;
	padding-right: 0;
}
}

@media (max-width: 1441px) {
/*修改1441以下、小屏显示器*/
.footer-litem {
	width: 115px;
}
.w1420 {
	width: auto;
}
.index4 {
	position: relative;
}
.index4 .container {
	position: initial;
}
.index4 .video {
	max-width: 100%;
	right: 0;
}
.index4 .about {
	left: 0;
	padding-left: 30px;
	max-width: 50%;
}
.index5 .swiper-button-next {
	right: -36px;
}
.index5 .swiper-button-prev {
	left: -36px;
}
.index2-pt>li {
	width: calc(33.33% - 14px);
}
.index3 .txt-box, .index3 .txt-box + img {
	max-width: 50%;
}
.index7-box2-cl, .index7-cl-list {
	width: 50%;
	max-width: 50%;
}
.index4 .video .play {
	max-width: 60%;
	right: 0;
}
.pt-menu ul li a {
	height: 53px;
	line-height: 53px;
}
.nav-in>li>a {
	padding: 13px 22px;
}
}

@media (max-width: 1250px) {
.swiper-button-next {
	right: 2%;
}
.swiper-button-prev {
	left: 2%;
}
.content {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-in>li>a {
	padding: 13px 27px;
}
.footer-litem {
	width: 120px;
}
.footer-cr {
	padding-right: 20px;
}
.index2-pt>li {
	width: 31%;
}
.index7-cl-list {
	width: 36%;
}
.index7-cr {
	width: 27%;
	padding-left: 20px;
}
.nav .content {
	width: 100%;
}
}

@media (max-width: 1199px) {
/*修改1200以下、小屏显示器*/
.header-r { padding-left:0; background:none;}	
	.index2-ctr {
	padding-left: 0
}
.index2-ctl {
	width: 100%;
	display: block;
	float: none !important;
	margin-bottom: 30px;
}
.index5 .swiper-button-next, .index5 .swiper-button-prev {
	display: none;
}
.nav-in>li>a {
	padding: 13px 16px;
}
.footer-contact {
	padding: 48px 10px 23px;
}
.footer-litem {
	width: 100px;
}

.index-banner {
	height: auto;
}
.index-banner li img {
	display: block;
	width: 100%;
}
.index-banner li a {
	position: inherit;
	background: none !important;
}
.mb-index-banner {
	display: block;
}
.index3 .txt-box {
	width: 530px
}
.index3 .pic {
	width: 400px
}
.case {
	height: auto;
	background-size: cover;
	padding-bottom: 40px;
}
.case-pc {
	display: none;
}
.mb-case {
	display: block;
}
.mb-case .box {
	padding: 5px;
}
.mb-case .box h4 {
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	height: 40px
}
.mb-case .box img {
	width: 100%
}
.mb-case .box p {
	line-height: 24px;
	color: #777
}
.mb-case .box a {
	background-color: #e62a23;
	color: #fff;
	padding: 5px 20px;
	border-radius: 15px;
	margin-top: 15px;
	margin-bottom: 10px
}
.index7-cr, .index7-cl {
	width: 100%;
}
.index7-cr {
	margin-top: 30px;
}
.index7-cl-list {
	width: 50%;
}
.index7 .clearfix {
	display: block;
}
.index4 {
	width: 100%;
	height: auto;
	background-color: #fff
}
.index4 .about {
	width: 100%;
	display: table;
	position: relative;
	left: 0;
	top: 0;
	padding-left: 0;
	height: auto;
	background-size: cover;
}
.index4 .about h2 {
	margin-top: 20px;
	font-size: 22px;
}
.index4 .about .entitle {
	font-size: 18px;
	line-height: 2;
}
.index3 .txt-box .box .txt h4 {
	font-size: 18px;
}
.index3 .title-box .title, .case .title-box .title {
	font-size: 28px;
	line-height: 1.5;
}
.index4 .video {
	width: 100%;
	position: relative;
	right: 0;
	height: auto;
}
.index4 .video img {
	width: 100%;
	margin-bottom: 10px
}
.index4 .video .play p {
	letter-spacing: 8px
}
.index5-tab-title:before, .index5-tab-title:after {
	height: 0
}
.footer-cl, .links, .footer-cpl {
	display: none;
}


.index3 .txt-box, .index3 .txt-box + img {
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px;
}
.index4 .about {
	max-width: 100%;
	margin-bottom: 15px;
}
.index4 .about .txt {
	width: 100%;
}
.index4 .video .play {
	max-width: 100%;
}
}

@media (max-width:920px) {
.nav-in>li>a {
	padding: 13px 10px;
}
.header-lo {
	padding-right: 10px;
}
.header-lt {
	padding-left: 10px;
}
.header-rt>a {
	margin-right: 4px;
}
.header-rt>em {
	padding-right: 4px;
}
.footer-cl {
	width: 100%;
	padding-bottom: 50px;
}
.footer-cl ul {
	width: 20%;
}


.index2-r {
	margin-top: 10px;
}
/*    .index2-pt>li{ width: 45%;}*/
.index2-pt>li img {
	width: 100%;
}
/*    .index2-pt>li:nth-child(2n){margin-right: 0;}*/
/*    .index2-pt>li:nth-child(3n){margin-right: 20px;}*/
.header-lt {
	display: none;
}
.index3 .txt-box {
	width: 100%
}
.index3 .pic {
	width: 100%
}
.index3 .title-box, .case .title-box {
	background-size: 100%;
}
.index7-cl-lp {
	width: 75%;
}
.index7-cl-time {
	width: 24%;
}
/*    .index7-cl-list{width: 40%;}*/
.ad {
	display: none;
}
.index5 .swiper-button-next, .index5 .swiper-button-prev {
	display: none;
}
.theme-popover {
	position: fixed;
	top: 30%;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0px 0 0 0px;
}
.index4 .about .txt {
	padding-right: 0;
	margin-bottom: 20px
}
.index4 .video .play img {
	width: 50px;
	height: auto;
}
.index2-r {
	display: none;
}


.index4 .video .play {
	max-width: 100%;
}
.index7-box2-cl, .index7-cl-list {
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px;
}
}

@media (max-width: 767px) {
	.xl_kfbar { display:none;}
.header-rt>a, .header-rt>em, .nav-in>li span, .footer .links {
	display: none;
}
.nav-in>li {
	width: 25%;
	overflow: hidden;
	margin-right: auto;
}
/*    body{font-size: .7rem;}*/
/*    h3+p,a {font-size: .8rem !important;}*/
.content {
	padding: 0 .5rem;
}
.pt-20 {
	padding-top: 1rem;
}
.nav-in>li>a {
	padding: .5rem;
	display: block;
}
/*    .header-lt>h1{ font-size: .8rem;}*/
.header-lt {
	display: none;
	padding: 0;
	margin-top: .2rem;
	padding-left: 1rem;
}
.header-lt>span {
	font-size: .5rem;
}
.header-lo {
	width: 16rem;
}
.header-lo img {
	width: 90%;
	display: inline-block;
}
.header {
	height: 5.7rem;
	padding-top: .8rem;
}
.header-contact {
	padding-top: 3px;
}
/*    .nav-in>li>a{ font-size: .8rem;}*/
.nav-item {
	width: 10.5rem;
}
.footer-contact {
	padding: 2.4rem .5rem 1rem;
}
.footer-litem li.footer-title {
	padding-bottom: 1rem;
}
.footer-cr {
	width: 100%;
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 1rem
}
.footer-cl {
	border-right: 0;
}
.footer-cr>p {
	margin-bottom: 0.8rem
}
.footer-cp {
	padding: 0
}
.footer-cp p:last-child {
	margin-bottom: 15px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.footer-ewma {
	width: 100%;
	background-size: 100%;
	text-align: center
}
.footer-ewma>img {
	width: 86%;
	right: .66rem;
	max-width: 140px;
	height: auto;
}
.footer-cr {
	text-align: center;
}
.footer-cpl {
	width: 100%;
	padding-bottom: 1rem;
}
.footer-cl {
	padding-bottom: 1rem;
}
/*     .header-service>span{font-size: 1.2rem;}*/
.header-service {
	background: none;
	padding-left: 2.6rem;
	background-size: contain;
}
.mb-index-banner img {
	width: 100%;
}
.index2-r {
	width: 100%;
}
.index2 .wx {
	display: none;
}
.index2-ctl {
	width: 100%;
}
.index2-pt>li img {
	width: 100%;
}
/*    .index2-pt-text,.pt-menu>li>a{font-size: .8rem;}*/
.index2 {
	padding: .8rem 0;
}
.index2-content {
	padding: 2.6rem 0;
}
/*    .index2-ctl-title>span{font-size: .75rem;}*/
.index2-ctr {
	padding-top: 1rem;
	padding-left: 0;
	width: 100%;
}
.index2-pt>li {
	margin-right: 0rem;
	margin-top: 1rem;
}
.index2-ctr {
	padding-top: 1rem;
	padding-left: 0;
	width: 100%;
}
.index2-content .clearfix {
	display: block;
}
.index2-pt>li img {
	width: 100%;
}
/*    .index2-pt-text,.pt-menu>li>a{font-size: .8rem;}*/
.index2 {
	padding: .8rem 0;
}
.index2-content {
	padding: 2.6rem 0;
}
/*    .index2-ctl-title>span{font-size: .75rem;}*/
.index2-ctr {
	padding-top: 1rem;
	padding-left: 0;
	width: 100%;
}
.index2-pt>li {
	margin-top: 1rem;
	width: 100%;
	margin-right: 0rem;
}
.index2-pt>li a {
	margin: 0 .5rem;
	padding: 1.5rem 0rem 1rem;
}
.index2-pt>li:nth-child(3n) {
	margin-right: 0rem;
}
.pt-menu ul li a {
	height: 55px;
	line-height: 55px;
}
.pt-menu ul li ul li h3 {
	line-height: 2rem;
	height: 2rem
}
.pt-menu ul li ul {
	padding: 0.5rem 0;
}
.pt-menu ul li ul li .txt a, .pt-menu ul li ul li .txt span {
	line-height: 2rem;
	height: 2rem
}
.index2-ctl-title>h3 {
	font-size: 1.8rem;
}
/*	.index3 .title-box .title,.case .title-box .title{font-size: 3rem;}*/
.index3 .title-box .entitle, .case .title-box .entitle {
	font-size: 2rem;
	background-size: 100%;
}
.index3 .txt-box span {
	width: 5rem;
	height: 7rem
}
.index3 .txt-box .box .txt {
	padding-left: 6rem;
}
/*	.index3 .txt-box .box .txt h4{font-size: 1.6rem;}*/
/*	.index3 .txt-box .box .txt p{font-size: 1.5rem;line-height: 2rem;}*/
.index7-box2-cl {
	width: 100%;
	height: auto;
}
.index7-banner-page.swiper-pagination-bullets {
	left: 26rem;
	width: auto;
}
.index7-cl-list {
	width: 100%;
	padding-top: 1rem;
	padding-left: 0;
}
/*    .index7-title{font-size: 2.4rem;}*/
.index7-cl-time>span {
	font-size: 2.6rem;
}
/*    .index7-banner-p,.index7-cl-lp>h6,.index7-crl-title{font-size: 1.4rem;}*/
/*    .index7-cr-item>p{font-size: 1.4rem;}*/
.index7 {
	padding: 3rem 0 5rem;
}
.index7-box2 {
	padding-top: 2rem;
}
.index7-cl-lp {
	width: 75%;
}
.index7-title-more {
	padding-top: .5rem;
}
.index5-tab-title {
	padding: 2rem 0 2rem;
}
.index5-tab-title>li {
	padding: .5rem 2rem;
}
.index5-tab-title>li:last-child {
	margin-right: 0;
}
.index5-ul>li {
	width: 100%;
	margin-bottom: 1rem;
}
.index5-tab-title:after {
	height: 0px;
}
.index5-tab-title:before {
	height: 0px;
}
.index5 .pic-wrap {
	width: 100%;
}
.index7-cr {
	padding-left: 0;
}
/*	.index4 .about h2{font-size: 2.5rem;}*/
/*	.index4 .about .entitle{font-size: 1.6rem;}*/
/*	.index4 .about .txt{font-size: 1.4rem;}*/
	.header-r { padding-left:0; background:none;}	
.header-rt {
	display: none;
}
.header-service>span, .header-service {
	font-size: 12px;
}
}

@media (max-width: 667px) {
/*   .footer-ewma {width: 8rem; height:9rem;}*/
.footer-cr {
	border-left: 0;
	padding-left: .2rem;
	padding-top: 0;
	height: auto;
}
.common-crumbs-tab>li {
	font-size: .9rem;
	margin-right: 1.5rem;
}
.common-crumbs {
	height: 3rem;
	line-height: 3rem;
}
.index5-tab-title>li {
	padding: .5rem 1rem;
}
}

@media (max-width: 500px) {
/*    .header-service>span { font-size: .9rem; }*/
.header-service {
	background: none;
	padding: 0;
}
.header-lo {
	padding-right: 0;
}
}

@media (max-width: 424px) {
/*修改425以下、普通的安卓手机屏*/
.header-lo {
	width: 13rem;
}
.common-crumbs-tab>li {
	margin-right: .5rem;
}
}

@media (max-width: 374px) {
/*修改425以下、iPhone5，4，等小屏手机*/
.index7-box2 {
	padding-top: 1rem;
}
.index7-box2-cl {
	width: 100%;
	height: auto;
}
.index7-banner-page.swiper-pagination-bullets {
	left: 13rem;
}
.index5-tab-title>li {
	padding: .5rem 0;
	width: 28%
}
.header-lo {
	width: 10rem;
	margin-top: 0.8rem
}
.nav-in>li>a {
	font-size: 12px;
}
}
